home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
music2
/
mepody.exe
/
HURRAY1.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-23
|
262b
|
7 lines
#include <dos.h>
int melody[][2] = {
{ 0, 0},{ 0, 75},{262, 75},{ 0, 75},{ 0, 75},{ 0, 75},{262, 75}
,{ 0, 75},{262,150},{247,150},{220,150},{196,450},{247,300},{294,150}
,{440,450},{ 0, 75},{440,450},{ 0, 75},{440,450},{ 0,150}};
#define MAX 19